knitr::opts_chunk$set(comment=NA)
library(janitor); library(gt); library(broom)
library(rsample); library(yardstick)
library(car); library(here); library(conflicted)
library(countreg) ## for rootograms
library(topmodels) ## for rootograms
library(rms)
library(easystats)
library(tidyverse)
theme_set(theme_bw())
conflicts_prefer(dplyr::select, rms::Predict, yardstick::rmse,
yardstick::mae)